STK Graphics PrimitivesSend comments on this topic.
MaximumStringLength Property (IAgStkGraphicsTextBatchPrimitiveOptionalParameters)
See Also
Windows





Windows & Linux

Description

Gets or sets the maximum length of each string in the text batch.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaximumStringLength() As Integer
[C#]
public int MaximumStringLength {get; set;}
[Managed C++]
public: __property int get_MaximumStringLength();
public: __property void set_MaximumStringLength( int );
[Unmanaged C++]
public: HRESULT get_MaximumStringLength(
    int * pRetVal
);
public: HRESULT put_MaximumStringLength(
    int MaximumStringLength
);
[Java]
public Integer getMaximumStringLength();
public void setMaximumStringLength(
    Integer
);
[Python - STK API ]
@property
def MaximumStringLength(self) -> int:

@MaximumStringLength.setter
def MaximumStringLength(self, MaximumStringLength:int) -> None:

Remarks

This property is only used when a text batch is updated with SetPartial. The length of a string updated with SetPartial must be less than or equal to the length of the string it is replacing or this value.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.